Capabilities

public interface Capabilities

The capabilities of a printer.

Since

7.13

Functions

Link copied to clipboard
public boolean canCollate()
Returns true if the printer supports collate printing.
Link copied to clipboard
public Set<ColorModel> colorModels()
Returns an immutable set of the supported color models.
Link copied to clipboard
public Set<DuplexMode> duplexModes()
Returns an immutable set of the supported DuplexMode values.
Link copied to clipboard
public int maxCopies()
Returns the maximum number of copies that the printer can make.
Link copied to clipboard
Returns an immutable set of the supported PaperSize values.